Html Css Color HEX #D75274 Cranberry

📋 copy color: '#D75274'

red 215 ◦ green 82 ◦ blue 116

#D75274
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D75274

Tints of Cranberry #D75274

RGB

 RED value IS 215 (84.38% from 255) = 52.06%

 GREEN value IS 82 (32.42% from 255) = 19.85%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 52.06%
G = 19.85%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D75274 (or 0xD75274) is known color: Cranberry. HEX triplet: D7, 52 and 74. RGB value is (215,82,116). Sum of RGB (Red+Green+Blue) = 215+82+116=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D75274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75274 is #28AD8B. Grayscale: #7D7D7D. Windows color (decimal): -2665868 or 7623383. OLE color: 7623383.

HSL color Cylindrical-coordinate representation of color #D75274: hue angle of 344.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75274 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 116 -
CMYK 0 0.62 0.46 0.16
HSL 344.66º 0.62% 0.58% -
HSV(B) 344.66º 0.62% 0.84% -
XYZ 34.19 21.74 18.92 -
YUV 125.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 215 82 116 0 0.62 0.46 0.16 344.66 0.62 0.58
Hex D7 52 74 0 3E 2E 10 159 3E 3A
Octal 327 122 164 0 76 56 20 531 76 72
Binary 11010111 1010010 1110100 0 111110 101110 10000 101011001 111110 111010

Color Harmonies of #D75274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75274

Black with #D75274

Text Example


Text Example

White with #D75274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75274; }

 p { color: rgb(215,82,116); }

 H1.HeaderClassName
 {
   color: #D75274;
 }
 .AnyTagClassName
 {
   color: #D75274;
 }
</style>

background-color css

<style>
 a { background-color: #D75274; }

 a { background-color: rgb(215,82,116); }

 div.DivClassName
 {
   background-color: #D75274;
 }
 .BgClassName
 {
   background-color: #D75274;
 }
</style>

border-color css

<style>
 span { border-color: #D75274; }

 span { border-color: rgb(215,82,116); }

 td.TdClassName
 {
   border-color: #D75274;
 }
 .TagClassName
 {
   border-color: #D75274;
 }
</style>