Html Css Color HEX #D63D72 Cranberry

📋 copy color: '#D63D72'

red 214 ◦ green 61 ◦ blue 114

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

Shades of Cranberry #D63D72

Tints of Cranberry #D63D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

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

R = 55.01%
G = 15.68%
B = 29.31%

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

#D63D72 (or 0xD63D72) is known color: Cranberry. HEX triplet: D6, 3D and 72. RGB value is (214,61,114). Sum of RGB (Red+Green+Blue) = 214+61+114=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D72 is #29C28D. Grayscale: #707070. Windows color (decimal): -2736782 or 7486934. OLE color: 7486934.

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

Color convert

RGB 214 61 114 -
CMYK 0 0.71 0.47 0.16
HSL 339.22º 0.65% 0.54% -
HSV(B) 339.22º 0.71% 0.84% -
XYZ 32.44 18.85 17.85 -
YUV 112.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 214 61 114 0 0.71 0.47 0.16 339.22 0.65 0.54
Hex D6 3D 72 0 47 2F 10 153 41 36
Octal 326 75 162 0 107 57 20 523 101 66
Binary 11010110 111101 1110010 0 1000111 101111 10000 101010011 1000001 110110

Color Harmonies of #D63D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D72

Black with #D63D72

Text Example


Text Example

White with #D63D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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