Html Css Color HEX #D64882 Cranberry

📋 copy color: '#D64882'

red 214 ◦ green 72 ◦ blue 130

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

Shades of Cranberry #D64882

Tints of Cranberry #D64882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 51.44%
G = 17.31%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64882 (or 0xD64882) is known color: Cranberry. HEX triplet: D6, 48 and 82. RGB value is (214,72,130). Sum of RGB (Red+Green+Blue) = 214+72+130=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64882 is #29B77D. Grayscale: #787878. Windows color (decimal): -2733950 or 8538326. OLE color: 8538326.

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

Color convert

RGB 214 72 130 -
CMYK 0 0.66 0.39 0.16
HSL 335.49º 0.63% 0.56% -
HSV(B) 335.49º 0.66% 0.84% -
XYZ 34.08 20.54 23.29 -
YUV 121.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 214 72 130 0 0.66 0.39 0.16 335.49 0.63 0.56
Hex D6 48 82 0 42 27 10 14F 3F 38
Octal 326 110 202 0 102 47 20 517 77 70
Binary 11010110 1001000 10000010 0 1000010 100111 10000 101001111 111111 111000

Color Harmonies of #D64882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64882

Black with #D64882

Text Example


Text Example

White with #D64882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64882; }

 p { color: rgb(214,72,130); }

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

background-color css

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

 a { background-color: rgb(214,72,130); }

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

border-color css

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

 span { border-color: rgb(214,72,130); }

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