Html Css Color HEX #D65D84 Cranberry

📋 copy color: '#D65D84'

red 214 ◦ green 93 ◦ blue 132

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

Shades of Cranberry #D65D84

Tints of Cranberry #D65D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 48.75%
G = 21.18%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65D84 (or 0xD65D84) is known color: Cranberry. HEX triplet: D6, 5D and 84. RGB value is (214,93,132). Sum of RGB (Red+Green+Blue) = 214+93+132=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D84 is #29A27B. Grayscale: #858585. Windows color (decimal): -2728572 or 8674774. OLE color: 8674774.

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

Color convert

RGB 214 93 132 -
CMYK 0 0.57 0.38 0.16
HSL 340.66º 0.6% 0.6% -
HSV(B) 340.66º 0.57% 0.84% -
XYZ 35.81 23.79 24.53 -
YUV 133.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 214 93 132 0 0.57 0.38 0.16 340.66 0.6 0.6
Hex D6 5D 84 0 39 26 10 155 3C 3C
Octal 326 135 204 0 71 46 20 525 74 74
Binary 11010110 1011101 10000100 0 111001 100110 10000 101010101 111100 111100

Color Harmonies of #D65D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D84

Black with #D65D84

Text Example


Text Example

White with #D65D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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