Html Css Color HEX #D65184 Cranberry

📋 copy color: '#D65184'

red 214 ◦ green 81 ◦ blue 132

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

Shades of Cranberry #D65184

Tints of Cranberry #D65184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 50.12%
G = 18.97%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65184 (or 0xD65184) is known color: Cranberry. HEX triplet: D6, 51 and 84. RGB value is (214,81,132). Sum of RGB (Red+Green+Blue) = 214+81+132=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65184 is #29AE7B. Grayscale: #7E7E7E. Windows color (decimal): -2731644 or 8671702. OLE color: 8671702.

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

Color convert

RGB 214 81 132 -
CMYK 0 0.62 0.38 0.16
HSL 336.99º 0.62% 0.58% -
HSV(B) 336.99º 0.62% 0.84% -
XYZ 34.84 21.85 24.21 -
YUV 126.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 214 81 132 0 0.62 0.38 0.16 336.99 0.62 0.58
Hex D6 51 84 0 3E 26 10 151 3E 3A
Octal 326 121 204 0 76 46 20 521 76 72
Binary 11010110 1010001 10000100 0 111110 100110 10000 101010001 111110 111010

Color Harmonies of #D65184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65184

Black with #D65184

Text Example


Text Example

White with #D65184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65184; }

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

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

background-color css

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

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

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

border-color css

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

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

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