Html Css Color HEX #D65684 Cranberry

📋 copy color: '#D65684'

red 214 ◦ green 86 ◦ blue 132

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

Shades of Cranberry #D65684

Tints of Cranberry #D65684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 132 (51.95% from 255) = 30.56%

R = 49.54%
G = 19.91%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65684 (or 0xD65684) is known color: Cranberry. HEX triplet: D6, 56 and 84. RGB value is (214,86,132). Sum of RGB (Red+Green+Blue) = 214+86+132=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65684 is #29A97B. Grayscale: #818181. Windows color (decimal): -2730364 or 8672982. OLE color: 8672982.

HSL color Cylindrical-coordinate representation of color #D65684: hue angle of 338.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65684 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 132 -
CMYK 0 0.60 0.38 0.16
HSL 338.44º 0.61% 0.59% -
HSV(B) 338.44º 0.6% 0.84% -
XYZ 35.22 22.62 24.34 -
YUV 129.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 214 86 132 0 0.60 0.38 0.16 338.44 0.61 0.59
Hex D6 56 84 0 3C 26 10 152 3D 3B
Octal 326 126 204 0 74 46 20 522 75 73
Binary 11010110 1010110 10000100 0 111100 100110 10000 101010010 111101 111011

Color Harmonies of #D65684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65684

Black with #D65684

Text Example


Text Example

White with #D65684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65684; }

 p { color: rgb(214,86,132); }

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

background-color css

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

 a { background-color: rgb(214,86,132); }

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

border-color css

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

 span { border-color: rgb(214,86,132); }

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