Html Css Color HEX #D15F7E Cranberry

📋 copy color: '#D15F7E'

red 209 ◦ green 95 ◦ blue 126

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

Shades of Cranberry #D15F7E

Tints of Cranberry #D15F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 48.6%
G = 22.09%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D15F7E (or 0xD15F7E) is known color: Cranberry. HEX triplet: D1, 5F and 7E. RGB value is (209,95,126). Sum of RGB (Red+Green+Blue) = 209+95+126=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7E is #2EA081. Grayscale: #848484. Windows color (decimal): -3055746 or 8282065. OLE color: 8282065.

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

Color convert

RGB 209 95 126 -
CMYK 0 0.55 0.40 0.18
HSL 343.68º 0.55% 0.6% -
HSV(B) 343.68º 0.55% 0.82% -
XYZ 34.15 23.25 22.43 -
YUV 132.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 209 95 126 0 0.55 0.40 0.18 343.68 0.55 0.6
Hex D1 5F 7E 0 37 28 12 158 37 3C
Octal 321 137 176 0 67 50 22 530 67 74
Binary 11010001 1011111 1111110 0 110111 101000 10010 101011000 110111 111100

Color Harmonies of #D15F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F7E

Black with #D15F7E

Text Example


Text Example

White with #D15F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F7E; }

 p { color: rgb(209,95,126); }

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

background-color css

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

 a { background-color: rgb(209,95,126); }

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

border-color css

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

 span { border-color: rgb(209,95,126); }

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