Html Css Color HEX #D64783 Cranberry

📋 copy color: '#D64783'

red 214 ◦ green 71 ◦ blue 131

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

Shades of Cranberry #D64783

Tints of Cranberry #D64783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 51.44%
G = 17.07%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64783 (or 0xD64783) is known color: Cranberry. HEX triplet: D6, 47 and 83. RGB value is (214,71,131). Sum of RGB (Red+Green+Blue) = 214+71+131=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64783 is #29B87C. Grayscale: #787878. Windows color (decimal): -2734205 or 8603606. OLE color: 8603606.

HSL color Cylindrical-coordinate representation of color #D64783: hue angle of 334.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64783 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 131 -
CMYK 0 0.67 0.39 0.16
HSL 334.83º 0.64% 0.56% -
HSV(B) 334.83º 0.67% 0.84% -
XYZ 34.08 20.44 23.62 -
YUV 120.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 214 71 131 0 0.67 0.39 0.16 334.83 0.64 0.56
Hex D6 47 83 0 43 27 10 14F 40 38
Octal 326 107 203 0 103 47 20 517 100 70
Binary 11010110 1000111 10000011 0 1000011 100111 10000 101001111 1000000 111000

Color Harmonies of #D64783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64783

Black with #D64783

Text Example


Text Example

White with #D64783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64783; }

 p { color: rgb(214,71,131); }

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

background-color css

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

 a { background-color: rgb(214,71,131); }

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

border-color css

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

 span { border-color: rgb(214,71,131); }

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