Html Css Color HEX #D83F74 Cranberry

📋 copy color: '#D83F74'

red 216 ◦ green 63 ◦ blue 116

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

Shades of Cranberry #D83F74

Tints of Cranberry #D83F74

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 54.68%
G = 15.95%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D83F74 (or 0xD83F74) is known color: Cranberry. HEX triplet: D8, 3F and 74. RGB value is (216,63,116). Sum of RGB (Red+Green+Blue) = 216+63+116=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F74 is #27C08B. Grayscale: #727272. Windows color (decimal): -2605196 or 7618520. OLE color: 7618520.

HSL color Cylindrical-coordinate representation of color #D83F74: hue angle of 339.22º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F74 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 116 -
CMYK 0 0.71 0.46 0.15
HSL 339.22º 0.66% 0.55% -
HSV(B) 339.22º 0.71% 0.85% -
XYZ 33.25 19.41 18.52 -
YUV 114.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 216 63 116 0 0.71 0.46 0.15 339.22 0.66 0.55
Hex D8 3F 74 0 47 2E F 153 42 37
Octal 330 77 164 0 107 56 17 523 102 67
Binary 11011000 111111 1110100 0 1000111 101110 1111 101010011 1000010 110111

Color Harmonies of #D83F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F74

Black with #D83F74

Text Example


Text Example

White with #D83F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F74; }

 p { color: rgb(216,63,116); }

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

background-color css

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

 a { background-color: rgb(216,63,116); }

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

border-color css

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

 span { border-color: rgb(216,63,116); }

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