Html Css Color HEX #D83F70 Cranberry

📋 copy color: '#D83F70'

red 216 ◦ green 63 ◦ blue 112

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

Shades of Cranberry #D83F70

Tints of Cranberry #D83F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 55.24%
G = 16.11%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D83F70 (or 0xD83F70) is known color: Cranberry. HEX triplet: D8, 3F and 70. RGB value is (216,63,112). Sum of RGB (Red+Green+Blue) = 216+63+112=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F70 is #27C08F. Grayscale: #727272. Windows color (decimal): -2605200 or 7356376. OLE color: 7356376.

HSL color Cylindrical-coordinate representation of color #D83F70: hue angle of 340.78º 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 #D83F70 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 112 -
CMYK 0 0.71 0.48 0.15
HSL 340.78º 0.66% 0.55% -
HSV(B) 340.78º 0.71% 0.85% -
XYZ 33.02 19.32 17.32 -
YUV 114.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 216 63 112 0 0.71 0.48 0.15 340.78 0.66 0.55
Hex D8 3F 70 0 47 30 F 155 42 37
Octal 330 77 160 0 107 60 17 525 102 67
Binary 11011000 111111 1110000 0 1000111 110000 1111 101010101 1000010 110111

Color Harmonies of #D83F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F70

Black with #D83F70

Text Example


Text Example

White with #D83F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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