Html Css Color HEX #D15E7B Cranberry

📋 copy color: '#D15E7B'

red 209 ◦ green 94 ◦ blue 123

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

Shades of Cranberry #D15E7B

Tints of Cranberry #D15E7B

RGB

 RED value IS 209 (82.03% from 255) = 49.06%

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 49.06%
G = 22.07%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D15E7B (or 0xD15E7B) is known color: Cranberry. HEX triplet: D1, 5E and 7B. RGB value is (209,94,123). Sum of RGB (Red+Green+Blue) = 209+94+123=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E7B is #2EA184. Grayscale: #838383. Windows color (decimal): -3056005 or 8085201. OLE color: 8085201.

HSL color Cylindrical-coordinate representation of color #D15E7B: hue angle of 344.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15E7B is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 94 123 -
CMYK 0 0.55 0.41 0.18
HSL 344.87º 0.56% 0.59% -
HSV(B) 344.87º 0.55% 0.82% -
XYZ 33.87 22.99 21.39 -
YUV 131.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 209 94 123 0 0.55 0.41 0.18 344.87 0.56 0.59
Hex D1 5E 7B 0 37 29 12 159 38 3B
Octal 321 136 173 0 67 51 22 531 70 73
Binary 11010001 1011110 1111011 0 110111 101001 10010 101011001 111000 111011

Color Harmonies of #D15E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E7B

Black with #D15E7B

Text Example


Text Example

White with #D15E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E7B; }

 p { color: rgb(209,94,123); }

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

background-color css

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

 a { background-color: rgb(209,94,123); }

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

border-color css

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

 span { border-color: rgb(209,94,123); }

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