Html Css Color HEX #D15F83 Cranberry

📋 copy color: '#D15F83'

red 209 ◦ green 95 ◦ blue 131

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

Shades of Cranberry #D15F83

Tints of Cranberry #D15F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 48.05%
G = 21.84%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15F83 (or 0xD15F83) is known color: Cranberry. HEX triplet: D1, 5F and 83. RGB value is (209,95,131). Sum of RGB (Red+Green+Blue) = 209+95+131=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F83 is #2EA07C. Grayscale: #858585. Windows color (decimal): -3055741 or 8609745. OLE color: 8609745.

HSL color Cylindrical-coordinate representation of color #D15F83: hue angle of 341.05º 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 #D15F83 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 131 -
CMYK 0 0.55 0.37 0.18
HSL 341.05º 0.55% 0.6% -
HSV(B) 341.05º 0.55% 0.82% -
XYZ 34.48 23.38 24.17 -
YUV 133.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 209 95 131 0 0.55 0.37 0.18 341.05 0.55 0.6
Hex D1 5F 83 0 37 25 12 155 37 3C
Octal 321 137 203 0 67 45 22 525 67 74
Binary 11010001 1011111 10000011 0 110111 100101 10010 101010101 110111 111100

Color Harmonies of #D15F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F83

Black with #D15F83

Text Example


Text Example

White with #D15F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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