Html Css Color HEX #D64380 Cranberry

📋 copy color: '#D64380'

red 214 ◦ green 67 ◦ blue 128

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

Shades of Cranberry #D64380

Tints of Cranberry #D64380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 52.32%
G = 16.38%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64380 (or 0xD64380) is known color: Cranberry. HEX triplet: D6, 43 and 80. RGB value is (214,67,128). Sum of RGB (Red+Green+Blue) = 214+67+128=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D64380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64380 is #29BC7F. Grayscale: #757575. Windows color (decimal): -2735232 or 8405974. OLE color: 8405974.

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

Color convert

RGB 214 67 128 -
CMYK 0 0.69 0.40 0.16
HSL 335.1º 0.64% 0.55% -
HSV(B) 335.1º 0.69% 0.84% -
XYZ 33.63 19.87 22.48 -
YUV 117.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 214 67 128 0 0.69 0.40 0.16 335.1 0.64 0.55
Hex D6 43 80 0 45 28 10 14F 40 37
Octal 326 103 200 0 105 50 20 517 100 67
Binary 11010110 1000011 10000000 0 1000101 101000 10000 101001111 1000000 110111

Color Harmonies of #D64380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64380

Black with #D64380

Text Example


Text Example

White with #D64380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64380; }

 p { color: rgb(214,67,128); }

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

background-color css

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

 a { background-color: rgb(214,67,128); }

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

border-color css

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

 span { border-color: rgb(214,67,128); }

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