Html Css Color HEX #D65372 Cranberry

📋 copy color: '#D65372'

red 214 ◦ green 83 ◦ blue 114

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

Shades of Cranberry #D65372

Tints of Cranberry #D65372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 52.07%
G = 20.19%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D65372 (or 0xD65372) is known color: Cranberry. HEX triplet: D6, 53 and 72. RGB value is (214,83,114). Sum of RGB (Red+Green+Blue) = 214+83+114=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65372 is #29AC8D. Grayscale: #7D7D7D. Windows color (decimal): -2731150 or 7492566. OLE color: 7492566.

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

Color convert

RGB 214 83 114 -
CMYK 0 0.61 0.47 0.16
HSL 345.8º 0.62% 0.58% -
HSV(B) 345.8º 0.61% 0.84% -
XYZ 33.86 21.7 18.32 -
YUV 125.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 214 83 114 0 0.61 0.47 0.16 345.8 0.62 0.58
Hex D6 53 72 0 3D 2F 10 15A 3E 3A
Octal 326 123 162 0 75 57 20 532 76 72
Binary 11010110 1010011 1110010 0 111101 101111 10000 101011010 111110 111010

Color Harmonies of #D65372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65372

Black with #D65372

Text Example


Text Example

White with #D65372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65372; }

 p { color: rgb(214,83,114); }

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

background-color css

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

 a { background-color: rgb(214,83,114); }

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

border-color css

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

 span { border-color: rgb(214,83,114); }

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