Html Css Color HEX #D63F72 Cranberry

📋 copy color: '#D63F72'

red 214 ◦ green 63 ◦ blue 114

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

Shades of Cranberry #D63F72

Tints of Cranberry #D63F72

RGB

 RED value IS 214 (83.98% from 255) = 54.73%

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

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 54.73%
G = 16.11%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D63F72 (or 0xD63F72) is known color: Cranberry. HEX triplet: D6, 3F and 72. RGB value is (214,63,114). Sum of RGB (Red+Green+Blue) = 214+63+114=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F72 is #29C08D. Grayscale: #717171. Windows color (decimal): -2736270 or 7487446. OLE color: 7487446.

HSL color Cylindrical-coordinate representation of color #D63F72: hue angle of 339.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F72 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 114 -
CMYK 0 0.71 0.47 0.16
HSL 339.74º 0.65% 0.54% -
HSV(B) 339.74º 0.71% 0.84% -
XYZ 32.55 19.07 17.88 -
YUV 113.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 214 63 114 0 0.71 0.47 0.16 339.74 0.65 0.54
Hex D6 3F 72 0 47 2F 10 154 41 36
Octal 326 77 162 0 107 57 20 524 101 66
Binary 11010110 111111 1110010 0 1000111 101111 10000 101010100 1000001 110110

Color Harmonies of #D63F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F72

Black with #D63F72

Text Example


Text Example

White with #D63F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F72; }

 p { color: rgb(214,63,114); }

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

background-color css

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

 a { background-color: rgb(214,63,114); }

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

border-color css

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

 span { border-color: rgb(214,63,114); }

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