Html Css Color HEX #D65A8A Cranberry

📋 copy color: '#D65A8A'

red 214 ◦ green 90 ◦ blue 138

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

Shades of Cranberry #D65A8A

Tints of Cranberry #D65A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 48.42%
G = 20.36%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65A8A (or 0xD65A8A) is known color: Cranberry. HEX triplet: D6, 5A and 8A. RGB value is (214,90,138). Sum of RGB (Red+Green+Blue) = 214+90+138=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A8A is #29A575. Grayscale: #848484. Windows color (decimal): -2729334 or 9067222. OLE color: 9067222.

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

Color convert

RGB 214 90 138 -
CMYK 0 0.58 0.36 0.16
HSL 336.77º 0.6% 0.6% -
HSV(B) 336.77º 0.58% 0.84% -
XYZ 35.98 23.44 26.67 -
YUV 132.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 214 90 138 0 0.58 0.36 0.16 336.77 0.6 0.6
Hex D6 5A 8A 0 3A 24 10 151 3C 3C
Octal 326 132 212 0 72 44 20 521 74 74
Binary 11010110 1011010 10001010 0 111010 100100 10000 101010001 111100 111100

Color Harmonies of #D65A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A8A

Black with #D65A8A

Text Example


Text Example

White with #D65A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A8A; }

 p { color: rgb(214,90,138); }

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

background-color css

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

 a { background-color: rgb(214,90,138); }

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

border-color css

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

 span { border-color: rgb(214,90,138); }

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