Html Css Color HEX #D85F7E Cranberry

📋 copy color: '#D85F7E'

red 216 ◦ green 95 ◦ blue 126

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

Shades of Cranberry #D85F7E

Tints of Cranberry #D85F7E

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

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

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

R = 49.43%
G = 21.74%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D85F7E (or 0xD85F7E) is known color: Cranberry. HEX triplet: D8, 5F and 7E. RGB value is (216,95,126). Sum of RGB (Red+Green+Blue) = 216+95+126=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F7E is #27A081. Grayscale: #868686. Windows color (decimal): -2596994 or 8282072. OLE color: 8282072.

HSL color Cylindrical-coordinate representation of color #D85F7E: hue angle of 344.63º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F7E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 126 -
CMYK 0 0.56 0.42 0.15
HSL 344.63º 0.61% 0.61% -
HSV(B) 344.63º 0.56% 0.85% -
XYZ 36.18 24.29 22.52 -
YUV 134.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 216 95 126 0 0.56 0.42 0.15 344.63 0.61 0.61
Hex D8 5F 7E 0 38 2A F 159 3D 3D
Octal 330 137 176 0 70 52 17 531 75 75
Binary 11011000 1011111 1111110 0 111000 101010 1111 101011001 111101 111101

Color Harmonies of #D85F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F7E

Black with #D85F7E

Text Example


Text Example

White with #D85F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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