Html Css Color HEX #D65F84 Cranberry

📋 copy color: '#D65F84'

red 214 ◦ green 95 ◦ blue 132

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

Shades of Cranberry #D65F84

Tints of Cranberry #D65F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

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

R = 48.53%
G = 21.54%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65F84 (or 0xD65F84) is known color: Cranberry. HEX triplet: D6, 5F and 84. RGB value is (214,95,132). Sum of RGB (Red+Green+Blue) = 214+95+132=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F84 is #29A07B. Grayscale: #868686. Windows color (decimal): -2728060 or 8675286. OLE color: 8675286.

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

Color convert

RGB 214 95 132 -
CMYK 0 0.56 0.38 0.16
HSL 341.34º 0.59% 0.61% -
HSV(B) 341.34º 0.56% 0.84% -
XYZ 35.99 24.15 24.59 -
YUV 134.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 214 95 132 0 0.56 0.38 0.16 341.34 0.59 0.61
Hex D6 5F 84 0 38 26 10 155 3B 3D
Octal 326 137 204 0 70 46 20 525 73 75
Binary 11010110 1011111 10000100 0 111000 100110 10000 101010101 111011 111101

Color Harmonies of #D65F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F84

Black with #D65F84

Text Example


Text Example

White with #D65F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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